home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / sapphc.arj / SSOF.INC < prev    next >
Text File  |  1994-01-01  |  303b  |  17 lines

  1. {
  2.   File format for .SOF file
  3. }
  4. TYPE
  5.   FileListType =
  6.   RECORD
  7.     RootName  : String8;
  8.     Extension : String3;
  9.     DocuFile  : String8;
  10.     Uploader  : String20;
  11.     DaytUpLd  : INTEGER;
  12.     NumDnLds  : WORD;
  13.     DaytDnLd  : INTEGER;
  14.     Level     : BYTE;
  15.     Area      : CHAR;
  16.   END;
  17.